From d7b175a3fbba1f7b7236182ee3beeda4d973a991 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 22 Jun 2017 23:56:44 +0100 Subject: [PATCH] =?utf8?q?css-overview:=20Don=E2=80=99t=20document=20delet?= =?utf8?q?ed=20pseudoclasses?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Commit b52966a318a26589b26598be9cda1628c04db3ff stopped the parser from handling various deprecated pseudoclasses, which were aliases of others, but it did not update the documentation to reflect that they were gone. --- docs/reference/gtk/css-overview.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/gtk/css-overview.xml b/docs/reference/gtk/css-overview.xml index cf5b277433..3d8c8a1814 100644 --- a/docs/reference/gtk/css-overview.xml +++ b/docs/reference/gtk/css-overview.xml @@ -329,7 +329,7 @@ label:focus { - Theme inconsistent checkbuttons + Theme indeterminate checkbuttons E:active, E:hover, E:focus any E node which is part of a widget with the corresponding state CSS - Corresponds to GTK_STATE_FLAG_ACTIVE, GTK_STATE_FLAG_PRELIGHT and GTK_STATE_FLAGS_FOCUSED; GTK+ also allows E:prelight and E:focused + Correspond to GTK_STATE_FLAG_ACTIVE, GTK_STATE_FLAG_PRELIGHT and GTK_STATE_FLAGS_FOCUSED respectively E:disabled any E node which is part of a widget which is disabled CSS - Corresponds to GTK_STATE_FLAG_INSENSITIVE; GTK+ also allows E:insensitive + Corresponds to GTK_STATE_FLAG_INSENSITIVE E:checked @@ -437,10 +437,10 @@ checkbutton:indeterminate { E:indeterminate - any E node which is part of a widget (e.g. radio- or checkbuttons) which is in an inconsistent state + any E node which is part of a widget (e.g. radio- or checkbuttons) which is in an indeterminate state CSS3, CSS4 - Corresponds to GTK_STATE_FLAG_INCONSISTENT; GTK+ also allows E:inconsistent + Corresponds to GTK_STATE_FLAG_INCONSISTENT E:backdrop, E:selected -- 2.30.2